Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/vishal-dcode/Drink Water/

app.js /cody/vishal-dcode/Drink Water/app.js
35 Views
0 Comments
// Get all elements with class "cup-small"
const smallCups = document.querySelectorAll(".cup-small");

// Get elements with IDs
index.html /cody/vishal-dcode/Drink Water/index.html
86 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
style.css /cody/vishal-dcode/Drink Water/style.css
23 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

* {
margin: 0;
padding: